projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221240c
)
* src/buffer.c: Stick with ASCII in doc string.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 5 Jan 2016 17:17:58 +0000
(09:17 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 5 Jan 2016 17:18:47 +0000
(09:18 -0800)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 29f38d1b9b198b9d698e0e47ab205a7ecdb64084..3f9371652e7144e52b0b8ef18bcad928b5e92a89 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-6204,7
+6204,7
@@
all windows or just the selected window.
Lisp programs may give this variable certain special values:
-- The symbol
‘lambda’
enables Transient Mark mode temporarily.
+- The symbol
`lambda'
enables Transient Mark mode temporarily.
The mode is disabled again after any subsequent action that would
normally deactivate the mark (e.g. buffer modification).